home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / System / Alias / Mount Alias / Read Me < prev   
Text File  |  1991-08-09  |  4KB  |  91 lines

  1. MountAlias version 1.0b1 of 8/1/91
  2. ---------------------------------
  3.  
  4. MountAlias is a control panel that creates aliases automatically to AppleShare volumes every time an AppleShare volume is mounted.
  5.  
  6. These aliases are put in a folder (or in subfolders of this folder) that you specify.  By default, this path is "HardDisk:Aliases:", you should use the “Change Folder” button in the control panel to modify this (or rename your hard disk if you're boring).
  7.  
  8. MountAlias will create alias files in one of three ways, specified by the three “Alias Name” radio buttons.
  9.  
  10. Choosing the “Volume” option causes the name of the alias file to be the name of the AppleShare volume (e.g. “HardDisk:Aliases:Volume”).  This is the default option.  If an alias with that name already exists, MountAlias does nothing.
  11.  
  12. Choosing the “Volume @ Server” option causes the server name to be appended to the volume name (e.g. “HardDisk:Aliases:Volume @ Server”).  The name will be truncated with ellipses to the maximum filename length of 31 characters.  This means alias filenames will be less likely to conflict, although some conflicts may still occur.
  13.  
  14. Choosing the “Zone:Server:Volume” option will create a hierarchy inside the alias folder.  At the top level are folders corresponding to zones, inside these are folders corresponding to servers, and inside these are the alias files themselves (e.g. “HardDisk:Aliases:Zone:Server:Volume”).  This guarantees that alias filenames will not conflict.  MountAlias will create these subfolders as needed.
  15.  
  16. The Status area reports the current status of MountAlias, usually in regards to the last AppleShare volume mounted.
  17.  
  18. Holding down the control key will temporarily disable MountAlias.  This is useful if you just want to mount a server without making an alias to it.  MountAlias will beep to indicate when you can safely release the key.
  19.  
  20. Balloon help is fully supported, check it out, you may actually find it useful.
  21.  
  22. MountAlias will create aliases only to AppleShare volumes.  For example, SCSI disks and floppies are ignored.
  23.  
  24. MountAlias requires System 7.0 or later, it checks for this at INIT time and won't install otherwise.
  25.  
  26. Super Power User Feature:  If you add a 'STR ' resource with ID -4045 to the MountAlias file, it will prepend that string to the name of all aliases it creates.  (Make sure the System Heap bit is set on the resource and the purgeable bit is off.)  This was a feature request from a user who liked all of his aliases to appear at the bottom of his Apple Menu.
  27.  
  28. MountAlias was written by:
  29.  
  30. Jeff Miller
  31. AppleLink: JEFFM
  32. Internet: jsm@apple.com
  33. 20525 Mariani Avenue MS:  81EQ
  34. Cupertino, CA 95014
  35.  
  36. Acknowledgements:
  37.  
  38. Of course, no hack can ever be written without help from Dean Yu.  Thanks, Dean.
  39. Being a typical engineering type, I can’t draw to save my life.  So thanks also go
  40. to Don Louv for the icons.
  41.  
  42. Change History:
  43.  
  44. 1.0b1 (8/1/91)
  45. -------------
  46.  
  47. Added inline copyright notices.
  48.  
  49. Translate colons (:’s) in server names to dashes (like the Finder does when renaming files) since filenames can’t have colons.
  50.  
  51. Fix bug where if the user had selected a folder or volume alias in Standard File, even though the button said to select the parent directory the name of the alias would be appended to the pathname.
  52.  
  53. Set Standard File’s directory to the current Alias Folder when changing folder.
  54.  
  55. When control panel is first opened, make sure preferences resources are synchronized with preferences in memory.
  56.  
  57. Rearranged cdev dialog, added status area.
  58.  
  59. Added full balloon help support.
  60.  
  61. Added support for temporary disabling with control key.
  62.  
  63. Added Francis J. Stanbach Memorial power user feature to optionally prepend string to alias names.
  64.  
  65. 1.0a3 (6/14/91)
  66. ---------------
  67.  
  68. MacHack no frills version (i.e. just get it done).
  69.  
  70. Made MountAlias a control panel.
  71.  
  72. Add support for dynamically turning MountAlias on and off.
  73.  
  74. Support no zone names when using “Zone:Server:Volume” option.
  75.  
  76. 1.0a2 (5/2/91)
  77. --------------
  78. Added support for three different ways of creating aliases.
  79.  
  80. Removed all _Debugger traps and symbols.
  81.  
  82. Fixed bug where a resource was being released twice at INIT time.
  83.  
  84. Use _Get1Resource instead of _GetResource.
  85.  
  86. INIT will not install if pathname in STR resource is zero length.
  87.  
  88. 1.0a1 (4/29/91)
  89. ---------------
  90. Initial release.
  91.